home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 12 / Amiga Format AFCD12 (Apr 1997, Issue 96).iso / -readerstuff- / steven_collison / readme < prev   
Encoding:
Text File  |  1997-02-03  |  3.4 KB  |  98 lines

  1.               ******************************************
  2.               *                                        *
  3.               *               Welcome to               *
  4.               *              Fastext V2.0              *
  5.               *                                        *
  6.               *               Written by               *
  7.               *            Steven Collison             *
  8.               *                                        *
  9.               ******************************************
  10.  
  11.    Welcome to Fastext Version 2.0. This program is part of the Fastware
  12. collection. If you would like to be part of it, write any program of your
  13. variety, and make it ©Copyright Fastware 1997. Ok, it's simple, but
  14. effective! You get all the Fastext satisfaction.
  15.  
  16. The program was created to replace the DIALOG commands in amos.
  17. These are the procedures and there parameters:
  18.  
  19. CHANGEFONT [ Fontname , Size ] - Change the font
  20. _GETPZ [ Font number ] - Change font depending on number
  21.  
  22. DATE - Get date as DATE$
  23. TIME - Get time as TIME$
  24.  
  25. BUTTON [ Text , I.d , Key , Zone , X , Y , Width , Text Colour , Box Colour ,
  26.  the size of the hole (0 to 2) , Message ] - Define a button
  27.  
  28. BUTCHANGE [ Button number , in or out ] - Change the edges of a button
  29. BUTMOVE [ X co-ordinate , Y co-ordinate ] - Move the cursor
  30. _GETZONE [ Start zone , Finish zone ] - Check for user click on button
  31. BUTPROG [ Button zone , Program ] - Program a button
  32. BUTTONPREFS - Change settings on buttons
  33. DELETEBUT [ Button number ] - Delete a button
  34. PROGREAD [ Zone , I.d , Program (optional) ] - Perform a program
  35.  
  36. CBUTTON [ I.d , Message , Zone , X , Y , Width , Hole size ] - Define a
  37. custom button
  38.  
  39. FRAME [ X , Y , Width , Height , In or out ] - Create a frame
  40.  
  41. REQUEST [ Question 1 , Question 2 , Button 1 , Key 1 , Button 2 , Key 2 ,
  42.  Button 3 , Key 3 , Text colour , Box colour ] - Use the requestor
  43.  
  44. MESSAGE [ Message , Colour hi or low ] - Change message on message bar
  45.  
  46. TEX [ Text , X , Y , Mode of text , Text Colour ] - Draw some text
  47.  
  48. _DOBOX [ X , Y , Width , Height , Box Colour , In or out , Hole size ] -
  49.  Draw a box
  50.  
  51. VSLIDE [ Zone , X , Y , Width , Height , Units , Draglength , Position ,
  52.  Bar colour , Hole size , In or out ] - Create a vertical slider
  53.  
  54. CHECKSLIDE [ Slider number ] - Check if user is using slider
  55.  
  56. ACTIVITIES - Perform Fastext activities
  57.  
  58. RES_SCREEN [ X , Y , Width , Height ] - Delete some of the screen
  59.  
  60. OVERLAP [ Zone ] - Check if button has collided with another button
  61.  
  62. REDOBUT - If a button has collided, redraw it!
  63.  
  64. _PALETTE [ Colour ] - Edit colours and return colour chosen
  65.  
  66. ALARM - Check if TIME = ALARM, if yes then turn on alarm
  67.  
  68. SETMAP [ Keymap ] - Change current map
  69.  
  70. CLEARBUTS - Turn all button off
  71.  
  72. AFABOUT - The Amiga Format about requestor
  73.  
  74. _GETSTYLE - Get the current Text Style
  75.  
  76. RESET - Reset Fastext
  77.  
  78. QUIT - Ask User to confirm, if confirmed then quit it!
  79.  
  80.    Ok, those are the procedures. But what if you wanted to replace
  81. something (like sysihack does.) Well don't hesitate, do it and get it
  82. published.
  83.  
  84.    As you can see, I'm not very good at writing readme files. It's not my
  85. fault. It's all this programming, annoying me, everyday.
  86.  
  87.    How did it start?
  88.  
  89. Well one day I got really fed up of writing Text this, Text that, X=this,
  90. Y=that. It was so annoying, I decided to learn how to use the DIALOG
  91. commands. I couldn't be bothered, I just wrote Fastext.
  92.  
  93.    Oh well, that's it from me! See ya.
  94.  
  95.    Yours sincerely,
  96.  
  97.       Steven Collison
  98.